From d94d858ab9a8201df0cd12884520b0bbf72068f6 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 3 Oct 2009 20:43:31 +0000 Subject: [PATCH] Fix last change. --- lisp/cedet/srecode/map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el index 412ee6a8a52..3c841386ab2 100644 --- a/lisp/cedet/srecode/map.el +++ b/lisp/cedet/srecode/map.el @@ -45,7 +45,7 @@ "The current map for global SRecode templates.") (defcustom srecode-map-save-file - (expand-file-name "srecode-map" user-emacs-directory) + (expand-file-name "srecode-map.el" user-emacs-directory) "The save location for SRecode's map file. If the save file is nil, then the MAP is not saved between sessions." :group 'srecode -- 2.30.2